include<stdio.h>
#include<stdlib.h>
int main()
{
    int a=5;
    
     printf("%d%d%d%d",++a,++a,++a,++a);
     
    return 0;
}

Posted on by